Skip to content

ci: bump the github-actions group with 3 updates#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-1acacf4b2e
Open

ci: bump the github-actions group with 3 updates#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-1acacf4b2e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown

Bumps the github-actions group with 3 updates: actions/checkout, actions/setup-node and actions/upload-artifact.

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

... (truncated)

Commits
  • df4cb1c Update changelog for v6.0.3 (#2446)
  • 1cce339 Fix checkout init for SHA-256 repositories (#2439)
  • 900f221 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
  • 0c366fd Update changelog (#2357)
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 8e8c483 Clarify v6 README (#2328)
  • 033fa0d Add worktree support for persist-credentials includeIf (#2327)
  • c2d88d3 Update all references from v5 and v4 to v6 (#2314)
  • 1af3b93 update readme/changelog for v6 (#2311)
  • Additional commits viewable in compare view

Updates actions/setup-node from 4 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (truncated)

Commits

Updates actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions to latest versions for improved stability and performance in CI/CD pipeline.

Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 10, 2026
@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
daily-dev-roulette Ready Ready Preview, Comment Jun 10, 2026 1:05am

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

πŸ“ Walkthrough

Walkthrough

The PR upgrades three GitHub Actions versions in the CI workflow: actions/checkout and actions/setup-node from v4 to v6, and actions/upload-artifact from v4 to v7. No job structure, commands, or workflow triggers are modified.

Changes

CI Action Version Updates

Layer / File(s) Summary
GitHub Actions version upgrades
.github/workflows/ci.yml
actions/checkout upgrades from v4 to v6, actions/setup-node upgrades from v4 to v6, and actions/upload-artifact upgrades from v4 to v7.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A rabbit tends the CI, with actions bright and new,
From v4 to v6, the versions leap on through,
Upload hops to v7, keeping artifacts so true,
The workflow builds with vigorβ€”hop, hop, hooray! ✨

πŸš₯ Pre-merge checks | βœ… 5
βœ… Passed checks (5 passed)
Check name Status Explanation
Description Check βœ… Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check βœ… Passed The title accurately describes the main change: upgrading three GitHub Actions in a CI workflow.
Docstring Coverage βœ… Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check βœ… Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check βœ… Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/github-actions-1acacf4b2e

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
.github/workflows/ci.yml (1)

47-51: ⚠️ Potential issue | 🟠 Major

Account for actions/upload-artifact@v7 breaking/runtime requirements (Node 24)

  • actions/upload-artifact@v6/v7 runs on Node.js 24 and requires GitHub Actions Runner >= 2.327.1β€”update any self-hosted runners accordingly.
  • v7 adds archive: false direct single-file uploads (changes artifact naming + fails for multi-file globs); your current config uploads playwright-report/ directory without archive, so those direct-upload semantics shouldn’t apply.
πŸ€– Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/ci.yml around lines 47 - 51, The workflow uses
actions/upload-artifact@v7 to upload the playwright-report directory which
targets Node 24 and changes upload semantics; update your CI to either revert to
actions/upload-artifact@v6 or ensure self-hosted runners are upgraded to GitHub
Actions Runner >= 2.327.1, and explicitly set the upload to archive: true (or
keep directory path with archive) so multi-file globs work as before; look for
the step using actions/upload-artifact@v7 and the keys name: playwright-report
and path: playwright-report/ to apply the change.
πŸ€– Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/ci.yml:
- Line 20: Update the checkout step using actions/checkout@v6 to set
persist-credentials: false (i.e., add the persist-credentials: false option to
the checkout action) unless later steps explicitly require authenticated Git
access; also consider pinning actions/checkout@v6, actions/setup-node@v6, and
actions/upload-artifact@v7 to specific commit SHAs or fixed minor versions for
reproducibility and to avoid drifting behavior.

---

Outside diff comments:
In @.github/workflows/ci.yml:
- Around line 47-51: The workflow uses actions/upload-artifact@v7 to upload the
playwright-report directory which targets Node 24 and changes upload semantics;
update your CI to either revert to actions/upload-artifact@v6 or ensure
self-hosted runners are upgraded to GitHub Actions Runner >= 2.327.1, and
explicitly set the upload to archive: true (or keep directory path with archive)
so multi-file globs work as before; look for the step using
actions/upload-artifact@v7 and the keys name: playwright-report and path:
playwright-report/ to apply the change.
πŸͺ„ Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
βš™οΈ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 029a30a0-d6e1-4d2e-be9c-4fdb7eee7faf

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 3e2bb7e and 6b04e3d.

πŸ“’ Files selected for processing (1)
  • .github/workflows/ci.yml

Comment thread .github/workflows/ci.yml
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟑 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify actions/checkout v4β†’v6 breaking changes and compatibility

echo "=== Checking actions/checkout releases v4 to v6 ==="
gh api repos/actions/checkout/releases --jq '.[] | select(.tag_name | test("^v[456]")) | {tag_name, name, published_at, body}' | head -100

Repository: finallyjay/daily-dev-roulette

Length of output: 13349


🌐 Web query:

actions/checkout breaking changes from v4 to v6

πŸ’‘ Result:

The transition from actions/checkout v4 to v6 does not introduce breaking changes to existing workflow syntax [1][2]. Users can update their workflows to use v6 without modifying their configuration [1][2]. The primary change in v6 is an improvement to credential security [1][2]. When persist-credentials is set to true (which is the default), the action now stores credentials in a separate file under $RUNNER_TEMP rather than directly in the local.git/config [1][2]. This security enhancement introduces one potential environmental requirement: - Running authenticated git commands from a Docker container action now requires Actions Runner v2.329.0 or later to access these persisted credentials [1][2]. Additionally, v6 is updated to the Node.js 24 runtime, whereas v4 utilized an earlier Node.js version [1][2]. The action continues to support standard git operations (such as git fetch and git push) automatically without manual workflow intervention [1][2].

Citations:


🏁 Script executed:

#!/bin/bash
set -euo pipefail
FILE=".github/workflows/ci.yml"
echo "== file = $FILE =="
nl -ba "$FILE" | sed -n '1,140p'
echo
echo "== extract actions/checkout, setup-node, upload-artifact, container =="
rg -n "uses: actions/(checkout|setup-node|upload-artifact)@|container:" "$FILE" || true

Repository: finallyjay/daily-dev-roulette

Length of output: 172


🏁 Script executed:

#!/bin/bash
set -euo pipefail
FILE=".github/workflows/ci.yml"

echo "== preview (first 200 lines) =="
cat -n "$FILE" | sed -n '1,200p'

echo
echo "== key matches (line numbers) =="
rg -n "uses: actions/(checkout|setup-node|upload-artifact)@" "$FILE" || true
rg -n "persist-credentials" "$FILE" || true
rg -n "container:" "$FILE" || true

Repository: finallyjay/daily-dev-roulette

Length of output: 1798


actions/checkout@v6 upgrade: no workflow-syntax breaking change; harden persist-credentials

  • actions/checkout v4β†’v6 doesn’t require workflow configuration changes; the main change is credential handling (persisted credentials written under $RUNNER_TEMP) plus the Node 24 runtime update. Runner v2.329.0+ is only relevant for Docker-container scenarios, and this workflow runs directly on ubuntu-latest.
  • Security: actions/checkout@v6 (line 20) is used without persist-credentials: false; set it to false unless later steps need authenticated Git.
  • Also consider pinning actions/checkout@v6, actions/setup-node@v6, and actions/upload-artifact@v7 to specific versions/commits for reproducibility.
🧰 Tools
πŸͺ› zizmor (1.25.2)

[warning] 20-20: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false

(artipacked)


[error] 20-20: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)

(unpinned-uses)

πŸ€– Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/ci.yml at line 20, Update the checkout step using
actions/checkout@v6 to set persist-credentials: false (i.e., add the
persist-credentials: false option to the checkout action) unless later steps
explicitly require authenticated Git access; also consider pinning
actions/checkout@v6, actions/setup-node@v6, and actions/upload-artifact@v7 to
specific commit SHAs or fixed minor versions for reproducibility and to avoid
drifting behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants